//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['PARKING: Duke Blue Devils vs. Elon Phoenix','Brooks Field At Wallace Wade Stadium Parking Lots','Durham, NC','Thursday','8/28/2025','TBD','6953578','PARKING--Duke-Blue-Devils-vs--Elon-Phoenix-8-28-2025'],['Duke Blue Devils vs. Elon Phoenix','Brooks Field At Wallace Wade Stadium','Durham, NC','Thursday','8/28/2025','7:30 PM','6953577','Duke-Blue-Devils-vs--Elon-Phoenix-8-28-2025'],['Appalachian State Mountaineers Volleyball vs. Elon Phoenix','Holmes Center','Boone, NC','Tuesday','9/2/2025','6:00 PM','7200011','Appalachian-State-Mountaineers-Volleyball-vs--Elon-Phoenix-9-2-2025'],['Elon Phoenix vs. Davidson Wildcats','Rhodes Stadium','Elon, NC','Saturday','9/6/2025','6:00 PM','6889846','Elon-Phoenix-vs--Davidson-Wildcats-9-6-2025'],['Western Carolina Catamounts vs. Elon Phoenix','Bob Waters Field at E.J. Whitmire Stadium','Cullowhee, NC','Saturday','9/13/2025','2:30 PM','7059895','Western-Carolina-Catamounts-vs--Elon-Phoenix-9-13-2025'],['East Tennessee State Buccaneers vs. Elon Phoenix','William B. Greene Jr. Stadium','Johnson City, TN','Saturday','9/20/2025','5:30 PM','7062298','East-Tennessee-State-Buccaneers-vs--Elon-Phoenix-9-20-2025'],['Elon Phoenix vs. Hampton Pirates ','Rhodes Stadium','Elon, NC','Saturday','9/27/2025','2:00 PM','6889852','Elon-Phoenix-vs--Hampton-Pirates--9-27-2025'],['Towson Tigers vs. Elon Phoenix','Unitas Stadium','Towson, MD','Saturday','10/4/2025','4:00 PM','6889795','Towson-Tigers-vs--Elon-Phoenix-10-4-2025'],['Elon Phoenix vs. Villanova Wildcats','Rhodes Stadium','Elon, NC','Saturday','10/11/2025','2:00 PM','6889854','Elon-Phoenix-vs--Villanova-Wildcats-10-11-2025'],['William & Mary Tribe vs. Elon Phoenix','Zable Stadium','Williamsburg, VA','Saturday','10/18/2025','3:30 PM','6889864','William---Mary-Tribe-vs--Elon-Phoenix-10-18-2025'],['Maine Black Bears vs. Elon Phoenix','Morse Field at Harold Alfond Sports Stadium','Orono, ME','Saturday','10/25/2025','1:00 PM','6889725','Maine-Black-Bears-vs--Elon-Phoenix-10-25-2025'],['Elon Phoenix vs. Rhode Island Rams','Rhodes Stadium','Elon, NC','Saturday','11/8/2025','2:00 PM','6889856','Elon-Phoenix-vs--Rhode-Island-Rams-11-8-2025'],['Campbell Fighting Camels vs. Elon Phoenix','Barker-Lane Stadium','Buies Creek, NC','Saturday','11/15/2025','2:00 PM','6889901','Campbell-Fighting-Camels-vs--Elon-Phoenix-11-15-2025'],['Elon Phoenix vs. North Carolina A&T Aggies','Rhodes Stadium','Elon, NC','Saturday','11/22/2025','2:00 PM','6889858','Elon-Phoenix-vs--North-Carolina-A-T-Aggies-11-22-2025']],'Elon Phoenix','http://www.ticketnetwork.com/ticket/Elon-Phoenix-events.aspx');